Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4365 | GEN003420 | SV-39886r1_rule | ECLP-1 | Medium |
Description |
---|
If the owner of the "at" directory is not root, bin, or sys, unauthorized users could be allowed to view or edit files containing sensitive information within the directory. |
STIG | Date |
---|---|
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2015-10-01 |
Check Text ( C-39270r1_chk ) |
---|
Check the ownership of the "at" directory. Procedure: # ls -ld /var/spool/cron/atjobs If the directory is not owned by root, sys, or bin, this is a finding. |
Fix Text (F-34045r1_fix) |
---|
Change the owner of the "at" directory to root, bin, or sys. Procedure: # chown root /var/spool/cron/atjobs |